Use PEGetNthTableType to determine the type of each table. This function is one of a series of functions that enable you to retrieve and update database information in an opened report so that the report can be printed using different server, database, user, and/or table location settings.
BOOL CRPE_API PEGetNthTableType (
short printJob,
short tableN,
PETableType FAR *tableType );
Specifies the print job for which you want to determine a table type. | |
Specifies the 0 | |
Specifies a pointer to PETableType. |
Declare Function PEGetNthTableType Lib "crpe32.dll" ( _
ByVal printJob As Integer, ByVal TableN As Integer, _
TableType As PETableType ) As Integer
function PEGetNthTableType (
printJob: Word;
tableN: Integer;
var tableType: PETableType
): Bool stdcall;
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |